home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -seriously_amiga- / emulation / fmsx_2.1 / arexx / version.fmsx < prev   
Text File  |  1999-04-28  |  233b  |  17 lines

  1. /*    This is an ARexx script for use with fMSX Amiga.
  2.  
  3.     $VER: version.fmsx 2.1 (23.3.99)
  4.  
  5.     This script shows the version number of fMSX.
  6. */
  7.  
  8. options results
  9.  
  10. address FMSX.0
  11.  
  12. version
  13.  
  14. say "You are currently running fMSX Amiga" result
  15.  
  16.  
  17.